home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Games Collection 1
/
software vault.zip
/
software vault
/
CDR04
/
CRAPS2S.ZIP
/
CRAPS2S.EXE
/
arj
/
CSTART.BAT
< prev
Wrap
DOS Batch File
|
1992-07-20
|
542b
|
40 lines
Echo Off
:AGAIN
Cls
Type CIntro
CReply
If Errorlevel 64 Goto Again
If Errorlevel 63 Goto End
If Errorlevel 62 Goto F4
If Errorlevel 61 Goto F3
If Errorlevel 60 Goto F2
If Errorlevel 59 Goto F1
Goto Again
:F1
Cls
CRead Craps.Doc
Goto Again
:F2
Cls
Type CPrt
CReply
If Errorlevel 14 Goto Again
Type Craps.Doc>Prn
Goto Again
:F3
Cls
Type CPrt
CReply
If Errorlevel 14 Goto Again
Type CReg>Prn
Goto Again
:F4
Cls
Craps
If Errorlevel 14 Goto Again
Goto Again
:End
Cls